home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / TELESHAR.ZIP;1 / DOCHELP@.EXE / XM.DOC < prev   
Encoding:
Text File  |  1993-07-27  |  14.9 KB  |  374 lines

  1.  
  2.          TeleShare DOS  Remote Access  XM or XMODEM     Page 1
  3.  
  4.  
  5.  
  6.           This Product is Shareware, if you continue to use it
  7.  
  8.           Please Legalise your usage through Registration.
  9.  
  10.  
  11.                         _______
  12.                    ____|__     |               (R)
  13.                 --|       |    |-------------------
  14.                   |   ____|__  |  Association of
  15.                   |  |       |_|  Shareware
  16.                   |__|   o   |    Professionals
  17.                 -----|   |   |---------------------
  18.                      |___|___|    Member
  19.  
  20.  
  21.  
  22.  
  23.           Table of Contents
  24.  
  25.  
  26.             1. File Transfer
  27.             2. Automatic File Transfer
  28.             3. Creating Batch File(s) for Automatic Transfer(s)
  29.  
  30.  
  31.           FILE TRANSFER
  32.  
  33.           TeleShare primarily uses a stand-alone DOS program called
  34.           XM.EXE (indicating a version of the XModem protocol) to
  35.           perform file transfers.  This is in keeping with maintaining a
  36.           small memory footprint in the PCs' limited available RAM.  You
  37.           can also use other external file transfer programs as
  38.           described elsewhere in this distribution.
  39.  
  40.           XM.EXE is run from the DOS command line and runs as dependent
  41.           child process of the TeleShare Host/Remote modules.  XM.EXE
  42.           will ONLY transfer files between 2 TeleShare systems.  It is
  43.           written specifically to get along with the TeleShare TSR's.
  44.  
  45.           Using XM.EXE, with the XModem protocol, is akin to the DOS
  46.           COPY command but differs in important ways as follows:
  47.  
  48.           Let's say that you are using TeleShare on two PCs and would
  49.           like to transfer a file called RESULTS.TXT from the Host PC to
  50.           your local machine.
  51.  
  52.  
  53.           1. While accessing the REMOTE HOST change to the area on that
  54.           machine where XM.EXE is located.  This is not necessary if
  55.           XM.EXE is in a sub-directory listed in the current PATH or
  56.           environment statement(s) on the HOST PC where the system can
  57.           easily find it for you.
  58.  
  59.           2. Enter 'XM S RESULTS.TXT' at the DOS prompt. Add any PATH
  60.  
  61.  
  62.  
  63.  
  64.          TeleShare DOS  Remote Access  XM or XMODEM     Page 2
  65.  
  66.           characters necessary if RESULTS.TXT is not in the default
  67.           sub-directory.  If XM.EXE is in the \TELE subdirectory, you
  68.           can use '\TELE\XM S RESULTS.TXT' The 'S' stands for 'SEND'.
  69.  
  70.           3. If the file is found then the screen will clear and you
  71.           will be informed that you have a certain amount of time to
  72.           exit to your LOCAL DOS and run your own XM.EXE to receive the
  73.           file.
  74.  
  75.           4. When the message appears that the HOST is ready to SEND
  76.           press ALT-L ( or whatever you have set the hotkey to) and exit
  77.           to your own local DOS.  Change to the area on your LOCAL PC
  78.           where XM.EXE is located and enter 'XM R'.  This will allow the
  79.           file to be RECEIVED into the default sub-directory with the
  80.           same name as the file being sent. (You can change the name
  81.           during the transfer.  See below).
  82.  
  83.           5. The Transfer progress screen will appear and show the
  84.           progress of the file transfer.  Once back at your own local
  85.           DOS prompt when the transfer is finished.
  86.  
  87.           6. When the transfer is completed then simply press ALT-R ( or
  88.           whatever you have set the hotkey to ) and return to the REMOTE
  89.           HOST session.  You will see the same transfer screen you saw
  90.           locally on the REMOTE HOST.  It will say 'SEND' instead of
  91.           'RECV' in the upper left corner of the screen.  This allows
  92.           you to discover what the other side had to say about the
  93.           progress of the transfer (just in case gremlins attacked).
  94.           Simply clear the screen (CLS) and continue your session
  95.           normally.
  96.  
  97.  
  98.           How to use the XM.EXE Command format
  99.  
  100.           XM [R or S] [ somefile ]
  101.  
  102.           XM This is the transfer program itself, unless you have
  103.           renamed it.
  104.  
  105.           R or S The first parameter should be 'S' if XM is to SEND
  106.           files.  The first parameter should be 'R' if XM is to RECEIVE
  107.           files.
  108.  
  109.           somefile File(s) to be transferred.  Wildcards are OK when 'S'
  110.           is used to SEND files.  '*.DBF' is a wildcard for all the
  111.           dBase files ending in .DBF in the current directory.
  112.  
  113.           If you are RECEIVING files then this parameter is optional.
  114.           You can simply enter 'XM R' and all files will be received
  115.           using the SAME name as the one sent.  This works whether it's
  116.           1 or 100 files being sent.
  117.  
  118.           If you are RECEIVING one file only and you wish to change its
  119.           name on your side then go ahead and enter the desired
  120.           new_filename after the 'R' parameter.  When the name arrives
  121.           from the HOST the transfer box will tell you that it's
  122.  
  123.  
  124.  
  125.  
  126.          TeleShare DOS  Remote Access  XM or XMODEM     Page 3
  127.  
  128.           'Receiving ORIGINAL_NAME as NEW_NAME'.  'NEW_NAME' will appear
  129.           in your local directory.
  130.  
  131.           If you are receiving more than 1 file then you cannot enter an
  132.           alternate filename after the 'R' parameter.  You must receive
  133.           ALL the files using the names sent.
  134.  
  135.  
  136.           Some important reminders...
  137.  
  138.           - You MUST separate the XM parameters with SPACES, so
  139.           it will not become confused trying to find 'Ssomefile'
  140.           when it should just be using the Send command to send
  141.           the 'somefile'.
  142.  
  143.           - You cannot enter a LIST of different filenames
  144.           one after the other in this version.
  145.           Groups of files can only be sent if they can be
  146.           distinguished with any normal DOS wildcard
  147.           directory command.
  148.  
  149.           - If your LOG files option is ON then the progress
  150.           and results of each 'XM' request will be appended
  151.           to either XMSEND.LOG or XMRECV.LOG.
  152.  
  153.           - You cannot access the remote PC while transferring
  154.           files.  XM is a stand-alone DOS program ( non-
  155.           multitasking ) and it must be terminated before you
  156.           can have a HOTSCREEN session with the HOST.  The HOTKEY
  157.           will work but you will NOT establish contact with the
  158.           remote HOST while a transfer is in progress!  Other similar
  159.           software will let you do both at the cost of slowing down
  160.           the transfer, the normal session, and both computers.  If
  161.           your personal time or toll charges are important consider
  162.           separating the sessions in some way.  You can put file
  163.           transfers at the beginning or the end of the session while
  164.           you do something else, or you can setup an automatic tranfer
  165.           when the toll charges are lower.
  166.  
  167.  
  168.           Aborting the File Transfer
  169.  
  170.           You can ABORT the transfer(s) at any time by pressing the ESC
  171.           key.  The standard xmodem CANCEL signal will be sent to the
  172.           other system and you will return to your own local DOS.
  173.  
  174.  
  175.           Automatic File Transfer
  176.  
  177.           With the proper batch file and the use of WAIT.EXE or a
  178.           similar task suspension program you can use XM.EXE to transfer
  179.           files when nobody is around and toll/billing charges are
  180.           possibly lower.
  181.  
  182.           Use the normal XM R and XM S commands but you need to add the
  183.           letter 'A' after the 'R' or 'S' to indicate this is an
  184.  
  185.  
  186.  
  187.  
  188.          TeleShare DOS  Remote Access  XM or XMODEM     Page 4
  189.  
  190.           Automatic transfer.
  191.  
  192.           Example:  XM SA *.DAT - Send ALL .DAT files automatically!
  193.  
  194.           Why the 'A'?  The normal transfer start timeouts are set for
  195.           manual operation and are based on seconds.  The 'A' causes
  196.           these timeouts to be based on minutes so that the PC's
  197.           involved have a longer chance to establish the connection.
  198.           This allows the transfer to be set for a specific time of day
  199.           and it won't matter if the P.C.'s clock times do not match.
  200.  
  201.           The default WAIT is 2 minutes when 'A' is added to 'R' or
  202.           'S'.  You can increase or decrease the number of minutes by
  203.           adding the desired number following the letter 'A'. Do NOT
  204.           separate the number from the letters with a space.
  205.  
  206.           Example command line entries...
  207.  
  208.           XM SA RESULTS.TXT   - Send the file automatically and wait
  209.                                  2 minutes (default) before giving up.
  210.  
  211.           XM SA5 RESULTS.TXT  - Send the file automatically and wait 5
  212.                                  minutes before giving up.
  213.  
  214.           XM RA                - Wait 2 minutes to start receiving all
  215.                                  files being sent by the other side.
  216.  
  217.           XM RA10              - Wait 10 minutes to start receiving all
  218.                                  files being sent by the other side.
  219.  
  220.           XM SA 8 RESULTS.TXT - WRONG!!
  221.           This will NOT wait 8 minutes before giving up... it will wait
  222.           only 2 minutes and will try to send a file called '8'!  Do not
  223.           separate time with spaces.
  224.  
  225.           The minimum value you can specify after the 'A' is '1' (1
  226.           minute).
  227.  
  228.           If you are using the transfer LOG files then a special entry
  229.           will be made whenever an automatic transfer is initiated to
  230.           inform you that that's how the transfer was made.
  231.  
  232.  
  233.           Creating batch files to perform automatic transfers
  234.           ================================================================
  235.  
  236.           If the TeleShare TSRs are loaded and running on BOTH PC's and
  237.           the current PATH includes both XM.EXE and the files to be
  238.           transferred then the following 2 batch files will perform an
  239.           automatic transfer at 11:00 pm.
  240.  
  241.           Both sides will wait 5 minutes for the transfer to kick off
  242.           before giving up in case the clocks are a little off, as
  243.           'cheap insurance'.
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.          TeleShare DOS  Remote Access  XM or XMODEM     Page 5
  251.  
  252.           NOTE:  See the documentation concerning WAIT, ET, or the
  253.           particular timer command that you will use for more
  254.           information about timing the transfer.
  255.  
  256.           Sender       Explanations                  Receiver
  257.           ------------ ----------------------------- ---------
  258.           cls          <-Clear the screen ---------> cls
  259.           wait 11 PM   <-Wait until 11:00 PM ------> wait 11 PM
  260.           XM SA5 *.DAT <-Wait 5 mins then transfer-> XM RA5
  261.  
  262.  
  263.           If the TeleShare programs are NOT loaded on the 2 PC's then
  264.           the batch file can be sure they are before performing
  265.           transfer.  Assuming the files are in a sub-directory called
  266.           \TELE on the C:  drive.
  267.  
  268.           Sender       Explanations                      Receiver
  269.           ------------ --------------------------------- ---------
  270.           wait 11 PM   <-Wait until 11:00 PM ----------> wait 11 PM
  271.           cls          <-Clear the screen -------------> cls
  272.           c:           <-Be sure we are on drive C: ---> c:
  273.           cd\TELE      <-Change to TeleShare directory-> cd\TELE
  274.           call TSHOST  <-Call batch files for the TSR's> call TSREM
  275.           cd\transfer  <-dir holding SEND/RECV files---> cd\transfer
  276.           XM SA5 *.DAT <-Wait 5 mins then transfer    -> XM RA5
  277.           cd\TELE      <-Return to TeleShare directory-> cd\TELE
  278.           TSH U        <-Unload the TSR's from RAM ----> TSR U
  279.  
  280.  
  281.           Remember to use the batch file 'call' command if you are
  282.           loading the programs with the normal batch files or batch file
  283.           execution will stop after the TSHOST or TSREM batch file is
  284.           run.  Run 'TSH' or 'TSR' directly in the same batch file if
  285.           you don't want to use CALL in batch files to load the
  286.           programs.
  287.  
  288.  
  289.           You can put multiple 'XM' commands in the batch file(s) to
  290.           send groups of files and switch between xmodem sender and
  291.           receiver.
  292.  
  293.           Examples:  Assuming the TeleShare programs are already
  294.           loaded.
  295.  
  296.  
  297.           Sender          Explanations                   Receiver
  298.           --------------  ------------------------------ ----------
  299.           cls             <-Clear the screen ----------> cls
  300.           wait 11 PM      <-Wait until 11:00 PM -------> wait 11 PM
  301.           XM SA5 *.DAT    <-Send all *.DAT to receiver-> XM RA5
  302.           XM SA5 *.TXT    <-Send all *.TXT to receiver-> XM RA5
  303.           XM SA5 *.DOC    <-Send all *.DOC to receiver-> XM RA5
  304.           XM SA5 TEST.EXE <-Send TEST.EXE  to receiver-> XM RA5
  305.           XM RA5          <----- Send *.COM to sender--> XM SA5 *.COM
  306.           XM RA5          <----- Send *.BAK to sender--> XM SA5 *.BAK
  307.           XM SA5 *.DBF    <-Send all *.DBF to receiver-> XM RA5
  308.  
  309.  
  310.  
  311.  
  312.          TeleShare DOS  Remote Access  XM or XMODEM     Page 6
  313.  
  314.           Support and the ASP
  315.  
  316.           For technical support, either call (604) 433-5189, or write to
  317.           Suite 606 - 6455 Willingdon Avenue, Burnaby, British Columbia,
  318.           Canada, V5H 4E4.  Both registered and soon to be registered
  319.           users currently get the same support without any arbitrary
  320.           time limit.  You may also try leaving a Compuserve message at
  321.           75020, 2664.
  322.  
  323.  
  324.           ASP Introduction:
  325.  
  326.           Please also carefully read the accompanying SHR_WARE.DOC
  327.           document.
  328.  
  329.           "This program is produced by a member of the Association of
  330.           Shareware Professionals (ASP). ASP wants to make sure that the
  331.           shareware principle works for you. If you are unable to
  332.           resolve a shareware-related problem with an ASP member by
  333.           contacting the member directly, ASP may be able to help. The
  334.           ASP Ombudsman can help you resolve a dispute or problem with
  335.           an ASP member, but does not provide technical support for
  336.           members' products. Please write to the ASP Ombudsman at 545
  337.           Grover Road, Muskegon, MI 49442 or send a CompuServe message
  338.           via CompuServe Mail to ASP Ombudsman 70007,3536."
  339.  
  340.  
  341.           Please read the TSRTSH.DOC file for more information,
  342.           including contact and support information.
  343.  
  344.           This document and associated TeleShare documents and software
  345.           are Copyright (C)1992 P. C. Softsmith All Rights Reserved.
  346.  
  347.  
  348.           THE DOCUMENTATION AND ASSOCIATED SOFTWARE ARE DISTRIBUTED AND
  349.           SOLD WITH NO WARRANTIES, EITHER EXPRESS OR IMPLIED, REGARDING
  350.           ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
  351.           THE INFORMATION IN THIS DOCUMENTATION IS SUBJECT TO CHANGE
  352.           WITHOUT NOTICE AND DOES NOT REPRESENT A COMMITTMENT ON THE
  353.           PART OF THE VENDOR.
  354.  
  355.           OTHER PRODUCT AND BRAND NAMES MENTIONED ARE TRADEMARKS OR
  356.           REGISTERED TRADEMARKS OF THEIR RESPECTIVE HOLDERS.
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.